home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Macro assembler dev syst.adf / examples / make.root < prev   
Text File  |  1985-12-31  |  202b  |  9 lines

  1. .           Assemble a file (.asm) in the root directory
  2. .           Leave the output file (.obj) in the root also.
  3. .key file
  4. .bra {
  5. .ket }
  6. :c/assem :{file}.asm -i :include -o :{file}.obj
  7. echo "done."
  8.  
  9.